bin_SCRIPTS = gtk-config
EXTRA_DIST = \
+ HACKING \
gtk+.spec \
gtk.m4 \
makecopyright \
TODO \
NEWS.pre-1-0 \
ChangeLog.pre-1-0 \
+ examples/README.1ST \
+ examples/extract.awk \
+ examples/extract.sh \
examples/aspectframe/Makefile \
examples/aspectframe/aspectframe.c \
examples/buttons/Makefile \
examples/buttons/buttons.c \
examples/buttons/info.xpm \
+ examples/clist/clist.c \
examples/entry/Makefile \
examples/entry/entry.c \
examples/eventbox/Makefile \
+++ /dev/null
- gdk_window_show (widget->window);
- gdk_window_clear_area (widget->window,
- widget->allocation.x,
- widget->allocation.y,
- widget->allocation.width,
- widget->allocation.height);
- gdk_window_hide (widget->window);
- if (GTK_WIDGET_VISIBLE (widget->parent))
- if (GTK_WIDGET_REALIZED (widget->parent) &&
- if (GTK_WIDGET_MAPPED (widget->parent) &&